DioDocs for PDF
DrawListBox(GcGraphics,RectangleF,IList<ChoiceFieldItem>,Int32[],Int32,Font,Single,Color,Color,Border,Boolean) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawListBox メソッド : DrawListBox(GcGraphics,RectangleF,IList<ChoiceFieldItem>,Int32[],Int32,Font,Single,Color,Color,Border,Boolean) メソッド
描画するグラフィック。
コントロールの境界線。
コントロールの項目。
選択されたインデックスのリスト。
先頭に表示される項目のインデックス。
使用するフォント。
フォントサイズ。
背景色。
背景色。
境界線の定義。
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
リストボックスを描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawListBox( _
   ByVal g As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal items As System.Collections.Generic.IList(Of ChoiceFieldItem), _
   ByVal si() As System.Integer, _
   ByVal topIndex As System.Integer, _
   ByVal font As Font, _
   ByVal fontSize As System.Single, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal backColor As System.Drawing.Color, _
   ByVal border As Border, _
   ByVal required As System.Boolean _
) 
public static void DrawListBox( 
   GcGraphics g,
   System.Drawing.RectangleF bounds,
   System.Collections.Generic.IList<ChoiceFieldItem> items,
   System.int[] si,
   System.int topIndex,
   Font font,
   System.float fontSize,
   System.Drawing.Color foreColor,
   System.Drawing.Color backColor,
   Border border,
   System.bool required
)

パラメータ

g
描画するグラフィック。
bounds
コントロールの境界線。
items
コントロールの項目。
si
選択されたインデックスのリスト。
topIndex
先頭に表示される項目のインデックス。
font
使用するフォント。
fontSize
フォントサイズ。
foreColor
背景色。
backColor
背景色。
border
境界線の定義。
required
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
参照

GcGraphicsExt クラス
GcGraphicsExt メンバ
オーバーロード一覧